BANNER " College Aid Calculator 96-7 (TM) ... Copyright 1996"
:VARIABLES
SET %DiskSpaceNeeded "10000000"
SET %BOOT "C:"
SET %DestExe "C:\COL_AID"
SET %DATEFMT "American"
SET %NUMFMT "American"
SET %CURNAME "Dollars"
SET %CURSYM "$"
SET %DATESEP "/"
SET %ShareMode "MULTI"
SET %NoSh ""
SET %Set "s"
SET %WinPath "C:\WINDOWS"
SET %chc "X"
:GREETING
MSG "WELCOME to College Aid Calculator" "" "This is the 1996-7 school year version." "" "You MAY copy this program!" "" "Pass CAC along to friends with college in their future."
IF EQUAL %Source "C:\COL_AID"
MSG "NOTE: If you are installing CAC from the COL_AID directory," " copy all of the files to two disks before continuing" " so you'll have a backup or a copy to give to a friend." "" "(SETUP deletes itself when run from the COL_AID directory.)"
ENDIF
:MAINMENU
MENU %InstallMenuSel "Install College Aid Calculator;Exit to DOS""Installation Options"
IF EQUAL %InstallMenuSel "Exit to DOS"
ASK %EXIT "Are you sure you want to exit to DOS?"
IF YES %EXIT
END
ENDIF
IF NO %EXIT
GOTO MAINMENU
ENDIF
ENDIF
:OSMENU
MENU %OSMenuSel " Windows 95 ;Windows 3.1;DOS""Operating System Selection"
IF EQUAL %OSMenuSel " Windows 95 "
SET %RunWin "YES"
GETPATH %WinPath EXISTS "Please enter the directory" "into which you have installed Windows 95."
GOTO CHECKFREE
ENDIF
IF EQUAL %OSMenuSel "Windows 3.1"
SET %RunWin "YES"
GETPATH %WinPath EXISTS "Please enter the directory" "into which you have installed Windows."
GOTO CHECKFREE
ENDIF
IF EQUAL %OSMenuSel "DOS"
SET %RunWin "NO"
GOTO CHECKFREE
ENDIF
:CHECKFREE
GETPATH %DestExe CREATE "Please enter the drive and path INTO which you wish to" "install College Aid Calculator 96-7."
DISKSPACE %SPACE %DestExe 10000000
IF NO %SPACE
BEEP
ERROR "College Aid Calculator 96-6 can not be installed." "You need 10 MB of free disk space to install College Aid Calculator 96-7," "which is recuced to 6.5 MB after installation."
MSG "WARNING!!!" "Setup has determined that this machine does not have a math coprocessor."
MSG "The SYSTEM.INI file has been edited to load a floating point emulator to" "allow you to run College Aid Calculator from Windows." "A backup (SYSTEM.BAK) has been saved to the COL_AID directory."
MSG "In order to run CAC 96-7 under Windows 95, the" "following lines need to be in your configuration files:" "" "AUTOEXEC.BAT - SHARE /F:5000 /L:300" " " "CONFIG.SYS - FILES=150 " " - BUFFERS=32 " " "
ASK %ModFiles "Do you want Setup to modify the AUTOEXEC.BAT and CONFIG.SYS files?" " " "(Your current files will be copied to AUTOEXEC.CAC and CONFIG.CAC)"
MSG "Setup has detected a DOS Boot Menu in your CONFIG.SYS file."You must manually change your AUTOEXEC.BAT and CONFIG.SYS" "files. View the README file for instructions on making the change."
ENDIF
ENDIF
GOTO FINISH
ENDIF
IF EQUAL %OSMenuSel "Windows 3.1"
SET %RunWin "YES"
MSG "In order to run CAC 96-7 under Windows 3.1, the" "following lines need to be in your configuration files:" "" "AUTOEXEC.BAT - SHARE /F:4000 /L:200" " " "CONFIG.SYS - FILES=50 " " - BUFFERS=32 " " "
ASK %ModFiles "Do you want Setup to modify the AUTOEXEC.BAT and CONFIG.SYS files?" " " "(Your current files will be copied to AUTOEXEC.CAC and CONFIG.CAC)"
MSG "Setup has detected a DOS Boot Menu in your CONFIG.SYS file."You must manually change your AUTOEXEC.BAT and CONFIG.SYS" "files. View the README file for instructions on making the change."
ENDIF
ENDIF
GOTO FINISH
ENDIF
IF EQUAL %OSMenuSel "DOS"
SET %RunWin "NO"
MSG "In order to run CAC 96-7 under DOS, the" "following lines need to be in your configuration files:" "" "AUTOEXEC.BAT - SHARE /F:4000 /L:200" " " "CONFIG.SYS - FILES=50 " " - BUFFERS=32 " " "
ASK %ModFiles "Do you want Setup to modify the AUTOEXEC.BAT and CONFIG.SYS files?" " " "(Your current files will be copied to AUTOEXEC.CAC and CONFIG.CAC)"
MSG "Setup has detected a DOS Boot Menu in your CONFIG.SYS file."You must manually change your AUTOEXEC.BAT and CONFIG.SYS" "files. View the README file for instructions on making the change."